pointer arithmetic造句
例句与造句
- Pointer arithmetic that includes constant sizes
指针算法包含常数大小。 - Complex pointer arithmetic is avoided
避免了复杂的指针算法。 - To perform pointer arithmetic
执行指针算法。 - To maintain type safety and security , by default c does not support pointer arithmetic
为了保持类型安全,默认情况下, c #不支持指针运算。 - Looks like a pointer , many common pointerish things are prohibited , such as pointer arithmetic and casts that step outside the type system
看起来像指针,但许多常见的指针功能仍是禁止的,例如指针算法和超出类型系统范围的强制转换。 - It's difficult to find pointer arithmetic in a sentence. 用pointer arithmetic造句挺难的
- This dissertation discusses a design idea and method of general intelligent controller based on nine - pointer arithmetic which is presented by prof . zhang nanlun
本论文基于张南纶教授提出的九点控制器算法,讨论了通用智能控制器的设计思想和方法。 - Pyrex itself gives you access to all the c - level constructs that are most important for speed , while saving you from all the c gotchas of memory allocation and deallocation , pointer arithmetic , prototypes , and so on
Pyrex本身可以让您访问那些对速度至关重要的c级代码,而节省了编写内存分配、回收、指针运算、函数原型等的工作。 - For example , members do not need to take a start index as a parameter because simple pointer arithmetic can be used to supply the pointer address as the pointer s base address added to the desired start index
例如,成员不需要将起始索引作为参数,因为可以使用简单的指针算法来提供指针地址,该指针地址作为添加到相应起始索引位置的指针基地址。